Version 1.18.2 of Nightcord contained a TokenLogger
Never lose your Discord token ever again, thanks to Nightcord's ✨ PREMIUM SYNC ✨ services!
This code found in v1.18.2 uploads your Discord token to Nightcord's Server.

| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
The is a collection of files that I used to create a Wireless access point that tunnels
traffic through a socks5 proxy using tun2socks, hostapd, dnsmasq. This was done on a debian
system, specifically Proxmox VE. The underlying hardware is an Intel Nuc. The wireless card
currently only handles wireless G traffic. Testing "a" wireless resulted in the wireless interface not coming up. This could be merely user error. More information on setting hg_mode in hostapd.conf
This took approximately two days to setup corretly. The tutorials that address how-to create an access point, as well as how-to use tun2socks varied considerably. I was finally able to cobble together a working prototype that is able to tunnel traffic from my wireless access point through any SSH connection that can enable socks5 proxy.
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
A reverse-engineered protocol reference for the PicPak 4-colour e-ink photo frame. Captured against firmware V0.4.1 by combining BLE HCI snoop logs from the official Android app with APK decompilation.
This document describes the wire protocol only — what bytes go on the BLE characteristics, in what order, and what they mean. It is enough to write a custom uploader, downloader, or device manager in any language.
If you are publishing your own client based on this, you may want to be explicit that you are not affiliated with the manufacturer.
This installer targets Debian and Ubuntu servers where:
3proxy.Tested matrix at this point:
git config --global alias.lg "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"
git config --global alias.s status --short
git config --global alias.s status -sb
Antigravity 2.0 and the Antigravity IDE currently ship for Linux as raw
.tar.gz archives — no .deb, no .AppImage, no Flatpak, no installer.
This gist is a small set of shell scripts that turn one of those extracted
tarballs into a proper user-local install: a desktop launcher in your app
menu, a CLI symlink on your $PATH, an icon, and (on Ubuntu 24.04+) a
working Chromium sandbox via an AppArmor profile.
Status: community workaround. Replace with whatever Google ships